RemoveStorageUnitRef
TheRemoveStorageUnitRef
method makes a persistent reference invalid in the currently focused value.
ODStorageUnit RemoveStorageUnitRef ( in ODStorageUnitRef aRef);
aRef
- The persistent reference to be removed.
- return value
- A reference to this storage unit.
DISCUSSION
This method does not change the data in the currently focused value, but after this method is called, the specified persistent reference is no longer valid. To remove data corresponding to the persistent reference, you must call theDeleteValue
method.EXCEPTIONS
kODErrUnfocusedStorageUnit
- This storage unit is not focused on a value.
kODErrZeroRefCount
- This storage unit has a reference count of 0.
SEE ALSO
TheODStorageUnitRef
type (page 903).
TheODStorageUnit::DeleteValue
method (page 680).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help